* {
	font-family: "微软雅黑";
}
body{
	overflow: hidden;
	overflow-y: auto;
}

ul,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none
}

.box {
	width: 100%;
	padding: 0 19%;
	box-sizing: border-box;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}


/* 导航 开始 */

.header-box {
	position: relative;
	z-index: 999;
	top: 0;
	height: auto;
	background: rgba(255, 255, 255, 1);
	width: 100%;
	box-sizing: border-box;
	padding: 28px 0;
}

.header-nav {
	width: 80%;
	float: right;
	display: flex;
	flex-direction: row;
	height: 100%;
}

.header-nav>li {
	width: 50%;
	transition: .5s;
	float: left;
	position: relative;
	height: 100%;
}

.header-nav>li>a {
	font-size: 16px;
	display: block;
	text-align: center;
	color: #333333;
}

.header-nav>li>ul {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
	height: auto;
	background: rgba(255, 255, 255, 1);
	box-shadow: 2px 3px 8px 0px rgba(155, 155, 155, 0.42);
	z-index: 999;
	transition: .5s;
}

.header-nav>li>ul>li {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.header-nav>li>ul>li:last-child {
	border-bottom: none;
}

.header-nav>li>ul>li>a {
	font-size: 16px;
	color: #000000;
}

.header-nav>li>ul>li:hover>a {
	color: #1791de;
}

.header-nav>li:hover {
	background-color: #ffffff;
	transition: .5s;
}

.header-nav>li:hover a {
	color: #012acf;
}

.header-nav>li:hover>ul {
	display: block;
}

.header-nav>.active a {
	color: #012acf;
}

.headersj-box {
	display: none;
}

.header-boxny {
	background: #FFFFFF;
}

.logo-boxer {
	width: 277px;
	height: 25px;
	margin-left: 0;
}

.logo-boxer img {
	width: 277px;
	height: 25px;
	margin-top: 40px;
}

.header-naver>li>a {
	color: #333333;
}

.header-box .header-box-2 .head_right {
	float: right;
	font-size: 14px;
	color: #333333;
	line-height: 77px;
}

.header-box .header-box-2 .head_right a {
	color: #333333;
}

.h_nav {
	width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 0 19%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/*首页*/


/* .swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	display: block;
}

.index_lunbo .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	opacity: 0.6;
}

.index_lunbo .swiper-pagination-bullet-active {
	background-color: #1f67f3;
	opacity: 1;
}

.indexpc_prev {
	width: 53px;
	height: 53px;
	left: 3%;
	background: url(../imgs/jiantou1.png) no-repeat;
	background-size: 100% 100%;
}

.indexpc_next {
	width: 53px;
	height: 53px;
	right: 3%;
	background: url(../imgs/jiantou.png) no-repeat;
	background-size: 100% 100%;
} */

.tit_top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tit_top .top_le {
	position: relative;
}

.tit_top .top_le span {
	font-size: 48px;
	font-weight: bold;
	color: #E8E8E8;
	opacity: 0.5;
}

.tit_top .top_le p {
	position: absolute;
	left: 0;
	bottom: 18px;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	color: #052648;
}

.tit_top .top_le h3 {
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 20px;
}

.tit_top .more_a {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	width: auto;
}

.tit_top .more_a img {
	margin-left: 10px;
}

.Counter {
	width: 100%;
}

.Counter .counterul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Counter .counterul li {
	position: relative;
	border-left: 1px solid #d3d3d3;
	box-sizing: border-box;
	padding-left: 3%;
	padding-bottom: 15px;
}

.Counter .counterul li::after {
	position: absolute;
	content: '';
	left: -2px;
	top: 0;
	width: 3px;
	height: 21%;
	background-color: #3c73fa;
}

.Counter .counterul li div {
	font-size: 16px;
	color: #666666;
}

.Counter .counterul li div span {
	font-size: 36px;
	font-weight: bold;
	color: #3c73fa;
	margin-right: 3px;
}

.Counter .counterul li p {
	font-size: 16px;
	margin-top: 10px;
}

.index_pro {
	background: #F1F1F1;
	padding-top: 3.5%;
	padding-bottom: 4%;
}

.index_pro .tit_top {
	justify-content: center;
	margin-bottom: 35px;
}

.index_pro .tit_top .top_le p {
	position: absolute;
	right: 0;
	text-align: center;
}

.index_pro .procon {
	position: relative;
}

.index_pro .procon .leftinfo {
	width: 100%;
}

.index_pro .procon .leftinfo .item {
	width: 100%;
	display: none;
}

.index_pro .procon .leftinfo .item .pro_list li {
	width: 23.2% !important;
}

.proshow {
	display: block !important;
}

.index_pro .procon .leftinfo .item .more_a {
	display: none;
}

.index_pro .procon .leftinfo .item .tupian {
	width: 62.038%;
	padding-top: 10px;
}

.index_pro .procon .leftinfo .item .tupian img {
	width: 100%;
	display: block;
}

.index_pro .procon .leftinfo .item .wenzi {
	width: 37%;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 3px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 3%;
}

.index_pro .procon .leftinfo .item .wenzi div {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index_pro .procon .leftinfo .item .wenzi p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 47px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 40px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.index_pro .procon .more_a {
	position: absolute;
	width: 137px;
	height: 42px;
	border: solid 1px #333333;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #333333;
	bottom: 14%;
	left: 47%;
}

.index_pro .procon .more_a img {
	margin-left: 8px;
}

.index_pro .procon .righttit {
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 3.5%;
}

.index_pro .procon .righttit .titul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_pro .procon .righttit .titul li {
	width: 158px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 15px;
	color: #333333;
	cursor: pointer;
	margin-right: 8px;
	background: #FFFFFF;
	transition: 0.5s;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.titselect {
	font-size: 15px !important;
	color: #ffffff !important;
	background: #3C73FA !important;
}

.index_news {
	width: 100%;
	position: relative;
	padding-top: 5%;
	padding-bottom: 6%;
}

.index_news .newscontent .item {
	width: 100%;
	height: auto;
	margin-top: 40px;
	display: none;
}

.newsshow {
	display: block !important;
}

.index_news .newscontent .item .left {
	width: 48.5%;
	float: left;
}

.index_news .newscontent .item .left img {
	width: 100%;
	display: block;
	height: 378px;
}

.index_news .newscontent .item .right_ul {
	width: 48.5%;
	float: right;
}

.index_news .newscontent .item ul li {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	transition: 0.22s;
}

.index_news .newscontent .item ul li::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #E3E3E3;
}

.index_news .newscontent .item ul li a {
	display: block;
	padding: 30px 35px;
	box-sizing: border-box;
}

.index_news .newscontent .item ul li a .tit {
		font-size: 18px;
	color: #040000;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 16px;
}

.index_news .newscontent .item ul li a .time {
	font-size: 14px;
	color: #999899;
	margin: 0 0 14px;
}

.index_news .newscontent .item ul li a .detail {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
		font-size: 16px;
	color: #666666;
}

.index_news .newscontent .item ul li:hover {
	box-shadow: 0px 6px 24px 0px 
		rgba(12, 12, 12, 0.13);
}

.index_news .newscontent .item .right_ul li:first-child a{
	padding-top: 15px;
}
.index_news .newscontent .item .right_ul li .time{
	display: none;
}
.index_news .newscontent .item .right_ul li img{
	display: none;
}





.index_anli {
	width: 100%;
}

.index_anli .top_le {
	width: 50%;
}

.index_anli .top_le::after,
.index_aboutus .top_le::after,
.index_news .top_le::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 114px;
	height: 1px;
	background-color: #000000;
	opacity: 0.2;
}

.index_anli .anlibox {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 5% 19% 5%;
}

.index_anli .anlibox .anlicon {
	width: 100%;
	margin-top: 5%;
}

.index_anli .anlibox .anlicon .item {
	float: left;
	width: 24.5%;
	height: 200px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.index_anli .anlibox .anlicon .item:first-child {
	width: 49%;
	height: 426px;
}

.index_anli .anlibox .anlicon .item:first-child,
.index_anli .anlibox .anlicon .item:nth-child(2),
.index_anli .anlibox .anlicon .item:nth-child(4) {
	margin-right: 1%;
}

.index_anli .anlibox .anlicon .item:nth-child(2),
.index_anli .anlibox .anlicon .item:nth-child(3) {
	margin-bottom: 2.2%;
}

.index_anli .anlibox .anlicon .item img {
	width: 100%;
	height: 100%;
	display: block;
	transition: 0.5s;
}

.index_anli .anlibox .anlicon .item:hover img {
	transform: scale(1.2);
}

.index_anli .anlibox .anlicon .item .anlison {
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #ffffff;
	box-sizing: border-box;
	padding: 46% 30px 0;
	transition: 0.5s;
}

.index_anli .anlibox .anlicon .item:first-child .anlison {
	padding: 62% 30px 0;
}

.index_anli .anlibox .anlicon .item:hover .anlison {
	opacity: 1;
	height: 100%;
}

.index_anli .anlibox .anlicon .item .anlison div {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index_anli .anlibox .anlicon .item .anlison .lines {
	width: 30px;
	height: 1px;
	background-color: #ffffff;
	display: inline-block;
}

.index_anli .anlibox .anlicon .item .anlison p {
	font-size: 14px;
	line-height: 28px;
	color: #cccccc;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index_anli .anlibox .anlicon .item .sj_detail{
	display: none;
}

.index_lianxi {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: #262626;
	padding-top: 5%;
	padding-bottom: 4%;
}


.index_lianxi .lianxibox {
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.index_lianxi .lianxibox>div {
	width: 47%;
	box-sizing: border-box;
}
.index_lianxi .lianxibox .left .navul{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.index_lianxi .lianxibox .left .navul li{
	width: auto;
	padding: 0 6px;
	border-right: 1px solid #FFFFFF;
	margin-right: 6px;
}
.index_lianxi .lianxibox .left .navul li:last-child{
	border-right: none;
}
.index_lianxi .lianxibox .left .navul a{
	
	font-size: 18px;
	color: #ffffff;
}
.index_lianxi .lianxibox .left .cominfo .name{
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 15px;
}
.index_lianxi .lianxibox .left .cominfo .infobox{
	font-size: 14px;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index_lianxi .lianxibox .left .cominfo .infobox a{
	font-size: 14px;
	color: #ffffff;
}
.index_lianxi .lianxibox .left .cominfo .infobox .details{
    width: 80%;
}
.index_lianxi .lianxibox .left .cominfo .infobox img{
	width: 110px;
	height: 107px;
}
.index_lianxi .lianxibox .left .cominfo .infobox .item div{
	display: inline-block;
	width: auto;
}
.index_lianxi .lianxibox .left .cominfo .infobox .item .con{
	width: 80%;
}
.index_lianxi .lianxibox .left .cominfo .infobox .item{
	margin-bottom: 18px;
}
.index_lianxi .lianxibox .left .cominfo .infobox .item:last-child{
	margin-bottom: 0;
}

.index_lianxi .lianxibox .right .tit {
	font-size: 18px;
	color: #ffffff;
}
.index_lianxi .lianxibox .right p{
	font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
	margin: 14px 0 20px;
}

.index_form input {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	padding-left: 20px;
		font-size: 12px;
	border: none;
	border-radius: 2px;
	outline: none;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: solid 1px #f2f2f2;
}
.index_form input:-moz-placeholder,
.index_form textarea:-moz-placeholder{
	color: #999999;
}
.index_form input:-ms-input-placeholder,
.index_form textarea:-ms-input-placeholder{
	color: #999999;
}
.index_form input:-webkit-input-placeholder,
.index_form textarea:-webkit-input-placeholder{
	color: #999999;
}
.index_form .wirte{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.index_form .wirte .input_box{
	width: 40%;
}
.index_form .wirte input{
	width: 100%;
	height: 40px;
	background-color: #ffffff;
	border-radius: 2px;
}



.index_form textarea {
	width: 58%;
	height: 90px;
	background-color: #ffffff;
	border-radius: 2px;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding: 15px 0 0 20px;
	font-size: 12px;
}

.index_form .tijiao {
	width: 40%;
	height: 40px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	background-color: #3c73fa;
	border-radius: 2px;
	border: none;
	outline: none;
	padding: 0;
}

.menudiv {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	color: #1e4f9b;
}

.menudiv>div {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 1px;
	color: #666666;
}

.index_lunbo_sj {
	display: none;
}

.index_lunbo_sj .swiper-slide a {
	width: 100%;
}


/*公司简介*/

.company_profile {
	margin-top: 90px;
	width: 100%;
}

.company_profile .item {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	display: flex;
	margin-bottom: 90px;
	justify-content: space-between;
}

.company_profile .item .itleft {
	width: 50.342%;
	margin-right: 8%;
}

.company_profile .item .itleft img {
	width: 100%;
	display: block;
}

.company_profile .item .itright {
	width: 49%;
	box-sizing: border-box;
	padding-right: 19%;
	padding-top: 8%;
	position: relative;
}

.company_profile .item .itright .gstit {
	position: absolute;
	left: -21%;
	top: 5%;
	font-size: 30px;
	color: #333333;
	display: flex;
	align-items: center;
}

.company_profile .item .itright .gstit .line {
	width: 150px;
	height: 1px;
	background-color: #333333;
	margin-right: 30px;
}

.company_profile .item .itright .info p {
	/*text-indent: 2em;*/
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	margin-bottom: 12px;
}

.company_profile .jieshao {
	font-size: 14px;
	color: #888888;
	margin-bottom: 100px;
}

.company_profile .jieshao>div {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

.company_profile .jieshao div .tit {
	color: #333333;
	font-weight: bold;
	width: 7.5%;
}

.company_profile .jieshao>div div:last-child {
	width: 92.5%;
}

.company_profile .itemtwo .itleft {
	margin-right: 0 !important;
}

.company_profile .itemtwo .itright {
	padding-left: 19% !important;
	padding-right: 8% !important;
	width: 49.6%;
	padding-top: 14%;
}

.company_profile .itemtwo .itright .gstit {
	position: absolute;
	right: -3% !important;
	left: inherit;
}

.company_profile .itemtwo .itright .gstit .line {
	margin-right: 0 !important;
	margin-left: 30px !important;
}


/*招聘信息*/

.zhaopin {
	margin-top: 60px;
	margin-bottom: 200px;
	min-height: 600px;
}

.zhaopin h3 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 16px;
}

.zhaopin_con .zhaopin_nr .head_tit ul {
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
}

.zhaopin_con .zhaopin_nr .head_tit ul li {
	float: left;
	width: 16%;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #202020;
	line-height: 48px;
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item ul li {
	float: left;
	width: 16%;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 70px;
	letter-spacing: 0px;
	color: #000;
	cursor: pointer;
}

.zhaopin_con .zhaopin_nr .head_tit ul li:first-child,
.zhaopin_con .zhaopin_nr .zp_itembox .zp_item ul li:first-child {
	width: 50%;
	box-sizing: border-box;
	padding-left: 6%;
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item ul li img {
	vertical-align: middle;
	margin-left: 12%;
	display: none;
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item ul {
	border-bottom: 1px solid rgba(101, 101, 101, 0.2);
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item .zp_itemson {
	padding-left: 6%;
	display: none;
	padding-bottom: 26px;
	padding-top: 40px;
	border-bottom: 1px solid #EEEEEE;
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item .zp_itemson p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item .zp_itemson p span {
	color: #666666;
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item ul li .chakan {
	width: 93px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	display: inline-block;
	background-image: linear-gradient(-5deg, #0022c8 0%, #5984fe 100%);
	border-radius: 6px;
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item ul li .shouqi {
	width: 93px;
	height: 30px;
	background-color: #cccccc;
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	display: inline-block;
	display: none;
	margin-top: 18px;
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item .zp_itemson .itembox {
	width: 100%;
	margin-bottom: 50px;
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item .zp_itemson .item {
	float: left;
	width: 45%;
	margin-right: 3%;
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item .zp_itemson .item h4 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #202020;
	margin-bottom: 20px;
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item .zp_itemson .item p {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #747474;
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item .zp_itemson .bot {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #747474
}

.zhaopin_con .zhaopin_nr .zp_itembox .zp_item .zp_itemson .bot span {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #202020
}


/*公用底部*/

.footer {
	width: 100%;
	height: 60px;
	background-color: #1A1A1A;
	box-sizing: border-box;
	line-height: 60px;
}

.footer .f_banquan {
	height: 100%;
	width: 100%;
		font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
}

.footer .f_banquan a {
	font-size: 14px;
	color: #ffffff;
}

.footer .f_banquan p {
	display: none;
}

.lxmap_box {
	width: 100%;
	height: 408px;
}

.lxmap_box .lx_ditu {
	height: 100%;
	width: 100%;
}

.lxwm_info {
	width: 80%;
	margin: auto;
	height: auto;
	background-color: #ffffff;
	box-shadow: 3px 4px 10px 0px rgba(0, 119, 234, 0.1);
	margin-top: -100px;
	position: relative;
	z-index: 999;
	padding: 50px 55px;
	box-sizing: border-box;
	margin-bottom: 160px;
}

.lxwm_info .left {
	float: left;
	width: 50%;
}

.lxwm_info .left h2 {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 40px;
}

.lxwm_info .right {
	float: right;
	width: 44%;
}

.lxwm_info .right form {
	margin-top: 0;
	width: 100%;
}

.zixun .newlist {
	padding-top: 10px;
}

.zixun .newlist .item_box .item {
	width: 100%;
	background: #FFFFFF;
	box-sizing: border-box;
	border-bottom: 1px solid #f2f2f2;
	height: auto;
	margin-bottom: 1%;
}

.zixun .newlist .item_box .item a {
	width: 100%;
	height: 165px;
	display: block;
	color: #999999;
	padding: 20px 30px 20px 20px;
	box-sizing: border-box;
}

.zixun .newlist .item_box .item .le {
	float: left;
	width: 10.445%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.zixun .newlist .item_box .item .le img {
	width: 100%;
	height: auto;
	display: block;
	transition: 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.zixun .newlist .item_box .item .ce {
	float: left;
	width: 87%;
	box-sizing: border-box;
	margin-left: 2.5%;
}

.zixun .newlist .item_box .item .ce .new_head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2%;
	font-size: 12px;
	color: #888888;
	margin-top: 15px;
}

.zixun .newlist .item_box .item .ce .tit {
	font-size: 16px;
	color: #555555;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.zixun .newlist .item_box .item .ce p {
	font-size: 14px;
	line-height: 25px;
	color: #888888;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zixun .newlist .item_box .item:hover {
	border-bottom: none;
	box-shadow: 3px 4px 20px 0px rgba(3, 48, 123, 0.07);
}

.zixun .newlist .item_box .item:hover .ce .tit {
	font-size: 16px;
	font-weight: bold;
	color: #032ac7;
}


/*新闻详情*/

.zixun_detail {
	margin-top: 70px;
}

.zixun_detail .tit {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.zixun_detail hr {
	width: 100%;
	height: 2px;
	background-image: linear-gradient(90deg, #0022c8 0%, #5984fe 100%);
	border: none;
	margin: 20px 0 10px;
}

.zixun_detail .time {
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin-bottom: 40px;
}

.zixun_detail .wenzhang {
	padding-bottom: 80px;
	border-bottom: 1px solid rgba(218, 218, 218, 0.7);
	margin-bottom: 20px;
}

.zixun_detail .wenzhang p {
	margin-bottom: 20px;
	text-indent: 2em;
	font-size: 16px;
	line-height: 30px;
	color: #555555;
}

.zixun_detail .wenzhang img {
	max-width: 100%;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

.turn_page {
	margin-top: 25px;
	margin-bottom: 70px;
}

.turn_page div {
	margin-bottom: 4px;
	font-size: 14px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.turn_page div a {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
}

.turn_page div a:hover {
	text-decoration: underline;
	color: #333333;
}

.pages {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.pages .pages_box {
	width: auto;
	display: inline-block;
}

.pages .pages_box li a {
	color: #000;
	display: block;
}

.pages .pages_box li {
	float: left;
	background: #d9d9d9;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #606266;
	margin-right: 12px;
	line-height: 30px;
	cursor: pointer;
	font-size: 12px;
	color: #666666;
}

.pages .pages_box .active {
	background-color: #152BB8;
}

.pages .pages_box .active a {
	color: white;
}

.pages .pages_box li:first-child,
.pages .pages_box li:last-child,
.pages .pages_box li:first-child a,
.pages .pages_box li:last-child a {
	width: 80px;
	color: white;
}

.pages .pages_box .page-next {
	background-color: #152BB8;
	color: white;
}

.pages .pages_box:last-child {
	margin-right: 0;
}


/*经典案例*/

.classic_cases {
	margin-top: 80px;
}

.classic_cases .caseitembox {
	margin-bottom: 12%;
}

.classic_cases .csaeitem {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 70px;
	height: 500px;
}

.classic_cases .csaeitem .ledtimg {
	width: 63.567%;
	height: 100%;
}

.classic_cases .csaeitem .ledtimg img {
	display: block;
	width: 100%;
}

.classic_cases .csaeitem .rightinfo {
	width: 32%;
	box-sizing: border-box;
	height: 100%;
}

.classic_cases .csaeitem .rightinfo .tit {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	margin-top: 12px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.classic_cases .csaeitem .rightinfo p {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.classic_cases .csaeitem .rightinfo a {
	width: 138px;
	height: 36px;
	background-image: linear-gradient(0deg, #226bff 0%, #568fff 100%);
	border-radius: 15px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
}

.classic_cases .csaeitem .rightinfo .linecir .line {
	width: 2px;
	height: 180px;
	background-color: #d9d9d9;
	margin-left: 8%;
}

.classic_cases .csaeitem .rightinfo .linecir .circular {
	width: 14px;
	height: 13px;
	border: solid 1px #d9d9d9;
	border-radius: 50%;
	margin-left: 6%;
}

.classic_cases .csaeitem:nth-of-type(odd) .ledtimg {
	float: left;
	margin-right: 3.5%;
	overflow: hidden;
}

.classic_cases .csaeitem:nth-of-type(odd) .rightinfo {
	float: right;
}

.classic_cases .csaeitem:nth-of-type(even) .ledtimg {
	float: right;
	margin-left: 3.5%;
}

.classic_cases .csaeitem:nth-of-type(even) .rightinfo {
	float: left;
	padding-left: 5%;
	text-align: right;
}

.classic_cases .csaeitem:nth-of-type(even) .rightinfo .linecir .line {
	margin-left: 90%;
}

.classic_cases .csaeitem:nth-of-type(even) .rightinfo .linecir .circular {
	margin-left: 88%;
}


/*案例详情*/

.case_detail {
	margin-top: 65px;
}

.case_detail .csaeitem .ledtimg {
	width: 56.438%;
}

.case_detail .csaeitem .rightinfo {
	width: 37%;
}

.case_detail .csaeitem .rightinfo .linecir .line {
	margin-left: 5%;
}

.case_detail .csaeitem .rightinfo .linecir .circular {
	margin-left: 4%;
}

.case_detail .case_detail_con {
	padding-bottom: 120px;
}

.case_detail .case_detail_con img {
	max-width: 100%;
	margin-bottom: 20px;
}

.case_detail .case_detail_con video {
	max-width: 100%;
}

.case_detail .case_detail_con p {
	font-size: 14px;
	line-height: 33px;
	color: #888888;
	margin-bottom: 30px;
}


/*产品详情*/

.prodetail {
	margin-top: 70px;
	margin-bottom: 120px;
}

.prodetail .lunbobox .title {
	font-size: 26px;
	line-height: 13px;
	color: #333333;
	padding-bottom: 18px;
	border-bottom: 2px solid #eeeeee;
}

.prodetail .proswiper {
	width: 100%;
	height: 600px;
	position: relative;
}

.proswiper .gallery-top .swiper-slide {
	background-size: 51%;
	background-position: center;
	background-repeat: no-repeat;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.proswiper .swiper-button-white:focus {
	outline: none;
}

.proswiper .proswiper_next {
	width: 60px;
	height: 50px;
	background: red;
	top: 40%;
	right: 8% !important;
	background: url(../img/lunboleft.png) no-repeat;
	border: solid 1px #eeeeee;
	box-sizing: border-box;
	background-size: auto;
	background-position: center;
}

.proswiper .proswiper_prev {
	width: 60px;
	height: 50px;
	background: red;
	top: 40%;
	right: 8% !important;
	background: url(../img/lunborig.png) no-repeat;
	border: solid 1px #eeeeee;
	box-sizing: border-box;
	background-size: auto;
	background-position: center;
}

.proswiper .gallery-thumbs .swiper-slide {
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.proswiper .gallery-thumbs .swiper-slide .triangle {
	position: absolute;
	left: 50%;
	top: -10%;
	width: 15px;
	height: 15px;
	background-color: #dddddd;
	transform: rotate(45deg);
	display: none;
}

.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 90%;
	opacity: 0.4;
	border: solid 3px #dddddd;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

body {
	box-sizing: border-box;
}

img {
	margin: 0;
	padding: 0;
}

.in_banner {
	width: 100%;
	position: relative;
}

.in_banner>img {
	width: 100%;
	height: auto;
	display: block;
}

.in_banner_con {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 400px;
	text-align: center;
	height: 42px;
	line-height: 42px;
}

.in_banner_con div {
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.in_mian {
	margin: 0 auto;
}

.in_nav {
	margin-top: 12px;
	font-size: 12px;
	color: #555555;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.in_nav img {
	vertical-align: middle;
	margin-right: 4px;
}

.in_nav a {
	font-size: 12px;
	color: #555555;
}

.func_jjleft {
	animation: myfirst 1s;
	-webkit-animation: myfirst 1s;
	-ms-animation: myfirst 1s;
	-moz-animation: myfirst 1s;
	animation-fill-mode: forwards;
}

.func_jjright {
	animation: myfirst2 1s;
	-webkit-animation: myfirst2 1s;
	-ms-animation: myfirst2 1s;
	-moz-animation: myfirst2 1s;
	animation-fill-mode: forwards;
}

.func_zz {
	animation: myfirst3 1s;
	-webkit-animation: myfirst3 1s;
	-ms-animation: myfirst3 1s;
	-moz-animation: myfirst3 1s;
	animation-fill-mode: forwards;
}

.func_ysleft {
	animation: myfirst4 1s;
	-webkit-animation: myfirst4 1s;
	-ms-animation: myfirst4 1s;
	-moz-animation: myfirst4 1s;
	animation-fill-mode: forwards;
}

.func_ysright {
	animation: myfirst5 1s;
	-webkit-animation: myfirst5 1s;
	-ms-animation: myfirst5 1s;
	-moz-animation: myfirst5 1s;
	animation-fill-mode: forwards;
}

.func1 {
	animation-duration: 2s !important;
	-webkit-animation-duration: 2s !important;
	-ms-animation-duration: 2s !important;
	-moz-animation-duration: 2s !important;
}

.func2 {
	animation-duration: 3s !important;
	-webkit-animation-duration: 3s !important;
	-ms-animation-duration: 3s !important;
	-moz-animation-duration: 3s !important;
}

.func3 {
	animation-duration: 4s !important;
	-webkit-animation-duration: 4s !important;
	-ms-animation-duration: 4s !important;
	-moz-animation-duration: 4s !important;
}

.func4 {
	animation-duration: 5s !important;
	-webkit-animation-duration: 5s !important;
	-ms-animation-duration: 5s !important;
	-moz-animation-duration: 5s !important;
}

@-webkit-keyframes myfirst {
	0% {
		left: -20%;
		opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-webkit-opacity: 0;
	}
	100% {
		left: 19%;
		opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-webkit-opacity: 1;
	}
}

@-webkit-keyframes myfirst2 {
	0% {
		right: -20%;
		opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-webkit-opacity: 0;
	}
	100% {
		right: 0;
		opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-webkit-opacity: 1;
	}
}

@-webkit-keyframes myfirst3 {
	0% {
		margin-top: 200px;
		opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-webkit-opacity: 0;
	}
	100% {
		margin-top: 90px;
		opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-webkit-opacity: 1;
	}
}

@-webkit-keyframes myfirst4 {
	0% {
		margin-top: 400px;
		opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-webkit-opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-webkit-opacity: 1;
	}
}

@-webkit-keyframes myfirst5 {
	0% {
		margin-top: 500px;
		opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-webkit-opacity: 0;
	}
	100% {
		margin-top: 70px;
		opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-webkit-opacity: 1;
	}
}


/*产品详情*/

.box_bottom {
	width: 100%;
}

.box_bottom .title {
	padding-bottom: 0 !important;
}

.box_bottom .box {
	margin: 0 auto;
}

.box_bottom .title ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	padding: 0 24px;
	font-size: 18px;
	color: #333333;
}

.box_bottom .Content {
	padding-top: 40px;
}

.box_bottom .Content div {
	width: 100%;
	display: none;
	box-sizing: border-box;
}

.box_bottom .Content div img {
	max-width: 100%;
	display: block;
	margin: auto;
	height: auto;
}

.box_bottom .select {
	background: url(../img/cpzs_icon.png) no-repeat;
	background-position: bottom;
	font-weight: bold;
}

.box_bottom .Content .show {
	display: block;
}

.box_bottom .Content .show table,
.box_bottom .Content .show tbody {
	display: block;
	max-width: 100%;
}

.box_bottom .Content .shebei_cs table {
	border: solid #E1E1E1;
	border-width: 1px 0px 0px 1px;
	width: 100%;
	margin-top: 30px;
}

.shebei_zs {
	margin: auto;
	text-align: center;
}


/*产品标题及搜索*/

/* .product_top {
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #f9f9f9;
} */

.product_top_left {
	float: left;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: -1px;
	color: #666666;
}

.product_top_left span {
	vertical-align: bottom;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #666666;
}

/* .product_top_right {
	float: right;
	margin: 12px 0;
	width: 232px;
	height: 28px;
	background-color: #ffffff;
	border: solid 1px #c8c7c4;
	box-sizing: border-box;
} */

.product_search,
.product_buton {
	display: inline-block;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
}

.product_search {
	float: left;
}

.product_search input {
	width: 160px;
	border: none;
	height: 100%;
	padding: 0 10px;
	margin: 0;
	box-sizing: border-box;
	border: none;
}

input:focus {
	outline: none;
}

.product_buton {
	float: right;
	cursor: pointer;
	width: 65px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #ffffff;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(255, 255, 255, 0.24) 100%), linear-gradient( #004097, #004097);
}


/*产品分类*/

.pro_class {
	width: 100%;
	margin-bottom: 60px;
}

.pro_class_nav {
	width: 100%;
	margin-top: 40px;
}

.pro_class_nav div {
	width: 100%;
	box-sizing: border-box;
}

.pro_class_nav div li {
	cursor: pointer;
	float: left;
	margin-right: 1%;
	margin-top: 10px;
	width: 10%;
	height: 50px;
	line-height: 50px;
	border: solid 1px #e5e5e5;
	text-align: center;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.pro_class_nav div li a {
	text-decoration: none;
	font-size: 15px;
	color: #555555;
	display: block;
}

.pro_class_nav div li:last-child {
	margin-right: 0;
}

.pro_class_nav div li.active {
	background-color: #032ac7;
	border-color: #032ac7;
}

.pro_class_nav div li.active a {
	color: #ffffff;
}


/*产品列表*/

.pro_list {
	margin: 0 -0.9%;
}

.pro_list li {
	float: left;
	width: 31.5%;
	margin: 0 0.9% 40px;
	box-sizing: border-box;
	transition: 0.5s;
	height: 360px;
}

.pro_list li:hover {
	transition: 0.5s;
	background-color: #ffffff;
	box-shadow: 3px 4px 20px 0px rgba(3, 48, 123, 0.1);
}

.pro_list li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #333333;
}

.pro_list li:hover a {
	font-weight: bold;
	color: #032ac7;
}

.pro_list_img {
	width: 100%;
	padding-bottom: 68%;
	margin: auto;
	background-color: #ffffff;
	position: relative;
	border: solid 1px #e5e5e5;
}

.pro_list li:hover .pro_list_img {
	border: transparent;
}

.pro_list_img img {
	max-width: 100% !important;
	max-height: 92%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	overflow: hidden;
	transition: 0.6s;
}

.pro_list_text {
	margin: 50px 0 26px;
	background-color: #ffffff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 4%;
}


/*联系我们*/

.contactus {
	margin-bottom: 60px;
	overflow: hidden;
}

.contactus .title {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	margin: 6.5% 0 7%;
}

.contactus .addinfo {
	width: 100%;
	height: 287px;
	background: red;
	box-sizing: border-box;
	background: url(../img/lxwmbg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	padding: 37px 0 80px;
}

.contactus .addinfo .item {
	text-align: center;
	height: 100%;
	border-right: 1px solid #e6e6e6;
}

.contactus .addinfo .item:last-child {
	border: none;
	width: 27%;
}

.contactus .addinfo .item:first-child {
	width: 21%;
}

.contactus .addinfo .item:nth-child(2),
.contactus .addinfo .item:nth-child(3) {
	width: 26%;
}

.contactus .addinfo .item .tip {
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
	margin: 20px 0 25px;
}

.contactus .addinfo .item .detail,
.contactus .addinfo .item .detail a {
	font-size: 16px;
	letter-spacing: 1px;
	color: #333333;
	line-height: 26px;
}

.contactus .regionsbox .region {
	width: 80%;
	margin: auto;
	background: url(../img/lxwmbg.png) no-repeat;
	background-size: 100% 100%;
}

.contactus .regionsbox .region .item {
	width: 33.33%;
	background: #FFFFFF;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	height: 92%;
	padding-top: 5%;
	position: relative;
	float: left;
}

.contactus .regionsbox .region .item::after {
	position: absolute;
	left: 0;
	top: 20%;
	height: 60%;
	width: 1px;
	background: #e6e6e6;
	content: '';
	display: block;
}

.contactus .regionsbox .region .item:first-child::after {
	display: none;
}

.contactus .regionsbox .region .item:last-child {
	border: none;
}

.contactus .regionsbox .region .item:hover {
	background-image: linear-gradient(135deg, #0022c8 0%, #5984fe 100%) !important;
}

.contactus .regionsbox .region .item .two {
	display: none;
}

.contactus .regionsbox .region .item:hover .one {
	display: none;
}

.contactus .regionsbox .region .item:hover .two {
	display: inline-block;
}

.contactus .regionsbox .region .item:hover::after {
	display: none;
}

.contactus .regionsbox .region .item .diqu {
	font-size: 14px;
	letter-spacing: 1px;
	color: #888888;
	margin: 18px 0 25px;
}

.contactus .regionsbox .region .item .name {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #333333;
}

.contactus .regionsbox .region .item a {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #333333;
}

.contactus .regionsbox .region .item:hover a,
.contactus .regionsbox .region .item:hover .name,
.contactus .regionsbox .region .item:hover .diqu {
	color: #FFFFFF !important;
}

.index_pro .procon .leftinfo .item .pro_list li {
	height: 330px;
	background-color: #ffffff;
	border: solid 1px #e9e9e9;
}

.index_pro .procon .leftinfo .pro_list_img {
	border: none;
}

.index_pro .procon .leftinfo .pro_list li {
	float: left;
	width: 31.5%;
	margin-bottom: 60px;
}

.index_pro .procon .seemore {
	width: 134px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #d9d9d9;
	margin: auto;
}

.index_pro .procon .seemore a {
	font-size: 14px;
	color: #999899;
	display: block;
}

.index_pro .procon .leftinfo .pro_list_text {
	color: #000000;
	margin-top: 30px;
}

.index_pro .procon .leftinfo .xiangqing {
	width: 100px;
	height: 32px;
	line-height: 32px;
	margin: auto;
	background-color: #ffffff;
	border-radius: 16px;
	border: solid 1px #999999;
	text-align: center;
	font-size: 12px;
	color: #333333;
}

.index_pro .one_column_ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.index_pro .one_column_ul li {
	width: 140px;
	height: 40px;
	background: #FFFFFF;
	text-align: center;
	line-height: 40px;
	margin-right: 13px;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.one_columnSele {
	background: #3C73FA !important;
	color: #ffffff !important;
}

.one_column_con .procon {
	display: none;
}

.one_column_conShow {
	display: block !important;
}

.index_rongyu {
	background: #F1F1F1;
	padding: 6%  0;
}

.index_rongyu .tit_top,
.index_cultrue .tit_top {
	justify-content: center;
	text-align: center;
}

.index_rongyu .tit_top .top_le p,
.index_cultrue .tit_top .top_le p {
	position: absolute;
	right: 0;
}

.index_rongyu .ry_p {
	text-align: center;
	width: 60%;
	font-size: 14px;
	color: #333333;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 65px;
}

.index_rongyu_lunbo {
	position: relative;
	overflow: hidden;
}

.index_rongyu_lunbo .rongyu_next {
	width: 42px;
	height: 42px;
	background: url(../img/jt01.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	right: -8%;
}

.index_rongyu_lunbo .rongyu_prev {
	width: 42px;
	height: 42px;
	background: url(../img/jt02.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 50%;
	left: -8%;
}

.rongyu_swiper .swiper-slide {
	background: transparent;
	cursor: pointer;
}

.rongyu_swiper .swiper-slide>div {
	width: 100%;
}

.rongyu_swiper .swiper-slide>div .div_son {
	width: 100%;
	padding-bottom: 121%;
	margin: auto;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background-color: #f1f1f1;
	box-shadow: 0px 0px 8px 4px rgba(26, 17, 17, 0.03);
}

.rongyu_swiper .swiper-slide>div .div_son img {
	max-width: 85% !important;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	overflow: hidden;
	transition: 0.6s;
}

.rongyu_swiper .swiper-slide>div p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
}

.index_rongyu .top_le::after,
.index_cultrue .top_le::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30%;
	height: 1px;
	background-color: #000000;
	opacity: 0.2;
	margin: auto;
	right: 0;
}

.index_aboutus {
	padding: 5% 0 4.2%;
}

.index_aboutus .index_about_con {
	width: 100%;
	margin-top: 34px;
}

.index_aboutus .index_about_con .leftinfo {
	float: left;
	width: 48%;
	padding-top: 2.6%;
}

.index_aboutus .index_about_con .leftinfo>p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	display: none;
	margin-bottom: 30px;
	line-height: 24px;
}

.index_aboutus .index_about_con .leftinfo>p:nth-child(-n+2) {
	display: block;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.index_aboutus .index_about_con .rigimg {
	float: right;
	width: 46.446%;
}

.index_aboutus .index_about_con .rigimg img {
	width: 100%;
	display: block;
}

.index_cultrue {
	width: 100%;
	position: relative;
}

.index_cultrue>img {
	width: 100%;
	display: block;
}

.index_cultrue .box {
	position: absolute;
	z-index: 10;
	top: 13%;
}

.index_cultrue .cultrue_ul {
	width: 100%;
	margin-top: 4%;
}

.index_cultrue .cultrue_ul li {
	float: left;
	width: 49%;
	height: auto;
	background-color: rgba(15, 9, 10, 0.2);
	margin-bottom: 16px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 3% 0 3% 5%;
}

.index_cultrue .cultrue_ul li:nth-child(2n+2) {
	margin-left: 2%;
}

.index_cultrue .cultrue_ul li img {
	width: 10.018%;
	margin-right: 7%;
}

.index_cultrue .cultrue_ul li div p {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 14px;
}

.index_cultrue .cultrue_ul li div span {
	font-size: 16px;
	color: #ffffff;
	display: block;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.index_pro .top_rig{
	display: none;
}
